CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图形学 平移

搜索资源列表

  1. 图形学算法演示

    1下载:
  2. 对象:想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;斜测投影,一点,二点,三点透视算法;消影,斜平行投影,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:30037
    • 提供者:纯净水
  1. 计算机图形学平移变换

    0下载:
  2. 计算机图形学中的平移变换程序
  3. 所属分类:图形图象

  1. 图形学DrawPaintCode

    1下载:
  2. 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham) 实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法) 实现对线型线宽的属性的控制 实现二维多边形扫描转换的扫描线算法 实现二维多边形扫描转换的边缘填充算法或栅栏填充算法 实现二维连通区域填充的扫描线种子填充算法(四连通或八连通) 实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法 实现二维多边形裁剪的Sutherland-Hodgman算法和Weiler-Athenton算法 实 现二维图形
  3. 所属分类:2D图形编程

    • 发布日期:2011-01-17
    • 文件大小:229341
    • 提供者:cnmzhg
  1. ComputerGraphics

    0下载:
  2. 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5458547
    • 提供者:隗平
  1. computergraphics

    1下载:
  2. 计算机图形学作业,包含画直线的三种算法,画圆和椭圆的算法,以及区域填充,剪裁和平移,缩放,旋转等操作。-Computer graphics operations, including painting a straight line of three algorithms, the algorithm for circle and oval, as well as the regional filling, crop and pan, zoom, rotate and so on.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5423856
    • 提供者:隗平
  1. cg3Dsystem

    1下载:
  2. 计算机图形学三维图形系统的演示,包括各种三维面、实体的坐标变换,旋转、平移等功能。-Three-dimensional computer graphics presentation graphics system, including a variety of three-dimensional face, entities coordinate transformation, rotation, translation and other functions.
  3. 所属分类:3D图形编程

    • 发布日期:2012-11-09
    • 文件大小:185226
    • 提供者:qingbo
  1. SolutionNew

    0下载:
  2. 该程序主要包括了计算机图形学中对图形一些操作的实现,包括裁剪、旋转、平移等-The program includes a computer graphics on the graphics to achieve a number of operations, including cutting, rotate, pan, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:72531
    • 提供者:weimouer
  1. GeometricTranform

    0下载:
  2. 本科计算机图形学课程实验--几何变换(平移,旋转,缩放)。支持vc6和vs.2003-Undergraduate courses in computer graphics experiment- geometric transformations (translation, rotation, scaling). Support vc6 and vs.2003
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:46686
    • 提供者:haodongb
  1. 2d_Graphic_System

    0下载:
  2. vc6实现的2d图形学系统 其中图形算法全部自己实现 没有调用接口。主要功能如下a)直线和圆的生成,直线和圆的扫描转换。并且实现了用鼠标点击取点的交互功能。 b) 多边形的裁剪和填充,实现了点扫描与直线扫描多边形。 c) 直线剪裁,并可以自动判断与某条或某些条直线可剪裁,剪裁结果是一条线段生成两到三条线段,并可在文档中保存。 d) 图形变换:二维变换:平移、旋转、缩放功能,其中平移已实现了鼠标点击取点的交互功能。 e) 提供了用户对对象的选择,再在在被选择的对象上进行相应操作。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:179942
    • 提供者:minny
  1. Dibcub3d_src

    0下载:
  2. 利用计算机图形学知识,实现了立方体的绘制程序,无需使用opengl库,实现了平移旋转功能。-The use of computer graphics knowledge, implementation of the cube drawing program, without using opengl library, implementation of the shift rotation.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:34046
    • 提供者:张三
  1. ex4_trans

    1下载:
  2. 图形学实验2D图形变换演示源码。 包含平移(Translation)、缩放(Scale)、翻转(Flip)、旋转(Rotation)和剪切(Shear)-Experimental 2D graphics presentation graphics transform source,including translation ,scaling ,Flip,rotation and shear
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:1974358
    • 提供者:zhangboyd
  1. Combination_of_computer_graphics_code

    0下载:
  2. 计算机图形学组合代码(含:OPENGL绘图,二维绘图,简单三维绘图,以及它们各自的平移旋转等功能)-Combination of computer graphics code
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2057787
    • 提供者:沈杰
  1. Tuxingbianhuan

    0下载:
  2. 计算机图形学中图形基本变换,包括错切,平移,放缩,对称,旋转等,用Visual C++ 6.0编写-Graphics computer graphics basic transformation, including shear, translation, zoom, symmetry, rotation and so on, using Visual C++ 6.0 to prepare
  3. 所属分类:Graph program

    • 发布日期:2017-05-27
    • 文件大小:9762455
    • 提供者:wk
  1. XZW

    0下载:
  2. 图形学,2D变换,平移,旋转,-Graphics, 2D transformation, translation, rotation, and so on。。。。。。
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-24
    • 文件大小:3934545
    • 提供者:
  1. 452323425

    0下载:
  2. 计算机图形学 实现各种形状的绘制以及图形颜色的设定 填充 平移等-Computer graphics to achieve a variety of shapes drawn
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-12
    • 文件大小:2963642
    • 提供者:淅淅拉拉
  1. ComputerGraphics

    1下载:
  2. 计算机图形学课程设计,实现了多边形裁剪、矩阵平移、旋转、错切变换,Bezier曲线。直线和圆均自己实现。-Computer Graphics Course Design, including Polygon Clips, Figure Rotation, Stretch and Translation, Bezier Curve.Line Drawing and Circle Drawing has also been implemented.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-06-02
    • 文件大小:69232
    • 提供者:sunli
  1. graphics-drawing

    0下载:
  2. 基于计算机图形学理论基础设计,可进行画线、画圆、填充、平移、清空等功能。-Based on the theoretical basis of computer graphics design, can be drawing a line, circle, fill, translation, clear functions.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:69298
    • 提供者:utoman
  1. translater

    0下载:
  2. 计算机图形学基于opengl的旋转、平移、缩放程序-Computer graphics opengl based on the rotation, translation, scaling procedures
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:1841
    • 提供者:weijiabai
  1. 图像处理 几何运算 平移旋转镜像缩放

    0下载:
  2. 哈工大计算机图形学实验,opengl和c++实现,可以实现平移旋转的功能(The function of translation and rotation can be realized)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-04
    • 文件大小:3807232
    • 提供者:箫淮
  1. 计算机图形学

    0下载:
  2. 在vc++6.0环境下,基于OPENGL实现图形学设计内容。包括实现五边形到五角星的动态变换;利用DDA、中点画线法、Bresenham算法画直线;利用中点画圆法、Bresenham算法画圆;利用栅栏填充、扫描线填充实现多边形内部颜色填充;以及实现二维图形、三维图形的平移、放大、缩小、对称、旋转、错切等基本图形变换。(In vc++6.0 environment, we design content based on OPENGL. It includes the dynamic transfo
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:4198400
    • 提供者:水无缘
« 12 3 4 5 6 »
搜珍网 www.dssz.com